home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 23 / Amiga Format AFCD23 (Feb 1998, Issue 107).iso / mui / mui_developer / autodocs / mui_scale.doc < prev    next >
Text File  |  1997-03-10  |  875b  |  44 lines

  1. TABLE OF CONTENTS
  2.  
  3. Scale.mui/Scale.mui
  4. Scale.mui/MUIA_Scale_Horiz
  5. Scale.mui/Scale.mui
  6.  
  7.     A Scale object generates a percentage scale
  8.     running from 0% to 100%. A good place for
  9.     such an object is e.g. below a fuel gauge.
  10.  
  11.     Depending on how much space is available,
  12.     the scale will be more or less detailed.
  13.  
  14.     Due to MUI's automatic layout system, you
  15.     don't need to worry about it's size. When
  16.     placed in a vertical group just below the
  17.     object you want to scale, everything is
  18.     fine.
  19. Scale.mui/MUIA_Scale_Horiz
  20.  
  21.     NAME
  22.     MUIA_Scale_Horiz -- (V4 ) [ISG], BOOL
  23.  
  24.     FUNCTION
  25.     Indicate whether you want a horizontal or a
  26.     vertical scale.
  27.  
  28.     Defaults to horizontal.
  29.  
  30.     BUGS
  31.     Currently, only the horizontal scale is implemented.
  32.  
  33.     EXAMPLE
  34.     ...
  35.     VGroup,
  36.        Child, GaugeObject, End,
  37.        Child, Scaleobject, End,
  38.        End,
  39.     ...
  40.     /* and everythins is fine... */
  41.  
  42.     SEE ALSO
  43.  
  44.